github.com/gotd/neo.ticker.ch (field)

4 uses

	github.com/gotd/neo (current package)
		ticker.go#L9: 	ch   chan time.Time
		ticker.go#L15: 	return t.ch
		ticker.go#L30: 	t.ch <- now
		time.go#L57: 		ch:   make(chan time.Time, 1),